-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Messenger] ReceiverInterface updated #11861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This PR was squashed before being merged into the 4.3 branch (closes #11861). Discussion ---------- [Messenger] ReceiverInterface updated Hy everyone 👋 , Due to 4.3 changements on `ReceiverInterface`, it seems that most of the existing code that we use is broken. It could be good to update the documentation according to the changements. This PR is linked to #11789. Thanks for the feedback and have a great day 🙂 Commits ------- 2c2a518 [Messenger] ReceiverInterface updated
Thanks Guillaume! We kindly thank you any help you can give us in Messenger-related issues and PRs. |
|
||
$handler(new Envelope($order)); | ||
$handler($envelope); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this right? I don't see how $handler
can be defined here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, nice one 🤔
This PR was squashed before being merged into the 4.3 branch (closes #11889). Discussion ---------- [Messenger] `get()` usage Hi everyone 👋 As noticed here #11861 (comment) by @xabbuh, a small error has been found in the `get()` documentation. This PR contains a small improvement. Commits ------- 5ccad7f [Messenger] `get()` usage
Hy everyone 👋 ,
Due to 4.3 changements on
ReceiverInterface
, it seems that most of the existing code that we use is broken.It could be good to update the documentation according to the changements.
This PR is linked to #11789.
Thanks for the feedback and have a great day 🙂